object frmFileFlags: TfrmFileFlags Left = 447 Top = 234 BorderIcons = [] BorderStyle = bsDialog Caption = 'File Handling Flags' ClientHeight = 169 ClientWidth = 233 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 28 Width = 49 Height = 13 Caption = 'Operation:' end object lbContext: TLabel Left = 80 Top = 8 Width = 18 Height = 13 Caption = '???' end object Label2: TLabel Left = 8 Top = 8 Width = 39 Height = 13 Caption = 'Context:' end object cbxOperation: TComboBox Left = 80 Top = 24 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 Items.Strings = ( 'set' 'boolean AND' 'boolean OR' 'boolean XOR') end object GroupBox1: TGroupBox Left = 8 Top = 56 Width = 217 Height = 73 Caption = 'Flags' TabOrder = 1 object chkRead: TCheckBox Left = 8 Top = 16 Width = 185 Height = 17 Caption = 'It can be &Read' TabOrder = 0 end object chkWrite: TCheckBox Left = 8 Top = 32 Width = 185 Height = 17 Caption = 'It can be &Written' TabOrder = 1 end object chkCreate: TCheckBox Left = 8 Top = 48 Width = 185 Height = 17 Caption = 'It can be &Created' TabOrder = 2 end end object btnCancel: TBitBtn Left = 152 Top = 136 Width = 75 Height = 25 TabOrder = 3 OnClick = btnCancelClick Kind = bkCancel end object btnOk: TBitBtn Left = 72 Top = 136 Width = 75 Height = 25 TabOrder = 2 OnClick = btnOkClick Kind = bkOK end object ActionList1: TActionList Left = 8 Top = 136 object aHelpMe: TAction Caption = 'HelpMe' ShortCut = 112 OnExecute = aHelpMeExecute end end end